body{
	background-image: url('../img/bg.jpeg');
		background-size:cover;
	background-position: center top;
	background-attachment: fixed;
}

.main{
	margin-bottom: 24px;
    margin-top: 24px;
}

.logo{
	text-align: center;
	margin: 0 auto;
	padding-top: 32px;
}

.willow{
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	margin-top:32px;
	text-align: center;
}

.base{
	background: white;
	border-radius: 5px;
    border: 3px solid #85a3bb;
    padding: 20px;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
    max-width: 540px;
}

.cb {

  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eee;
  border: 1px solid #999;
  border-radius: 50px;
  transition: background 0.2s linear;
  cursor: pointer;
  position: absolute;
  

}

.cb-checked {

  background: "red";
}

.radio-Contanier {
  
  font-size: 16px;
margin-left: 25px;
margin-right: 1px;
  

}

#video {
	background: white;
    border: 3px solid #85a3bb;
	font-family: 'Roboto', sans-serif;
	text-align: center;
    max-width: 540px;
    position: relative;
    border-radius: 6px;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}